home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / sharutil.2 / sharutil / sharutils-4.2 / README < prev    next >
Encoding:
Text File  |  1995-11-25  |  2.5 KB  |  49 lines

  1. This is the set of GNU shar utilities.
  2.  
  3. `shar' makes so-called shell archives out of many files, preparing
  4. them for transmission by electronic mail services.  `unshar' helps
  5. unpacking shell archives after reception.  The core of both programs
  6. is initially derived from public domain.  Some modules and other
  7. code sections are freely borrowed from other GNU distributions,
  8. bringing `shar' under the terms of the GNU General Public License.
  9.  
  10. `uuencode' prepares a file for transmission over an electronic channel
  11. which ignores or otherwise mangles the eight bit (high order bit) of
  12. bytes.  `uudecode' does the converse transformation.  They are derived
  13. from the BSD NET/2 distribution, but enchanced with the features
  14. described in recent POSIX standards.  If you have more powerful
  15. `uuencode' and `uudecode' already available, you may want to use
  16. `./configure --disable-uucode' to prevent their installation.
  17.  
  18. `remsync' allows for remote synchronization of directory trees,
  19. using electronic mail.  This part of sharutils is still alpha.
  20. You should have already installed Perl, gzip, GNU diff, GNU tar
  21. and GNU shar prior to installing remsync package.  Only Perl is
  22. really mandatory, write to me if you feel like helping to remove
  23. the other dependencies.
  24.  
  25. Beside the Perl script `remsync' and its shell scripts the whole
  26. package now is internationalized.  This includes the generated shell
  27. scripts.  As described in the `ABOUT-NLS' file you have various
  28. options for handling this internationalization but this package is
  29. special in one point: it always needs the GNU message catalog files to
  30. be installed.  Therefore it might be a good idea to always use the GNU
  31. gettext functions and not the functions provided by your system.  This
  32. is of course not needed if your system uses GNU gettext in its system
  33. library.
  34.  
  35. See file `ABOUT-NLS' for how to customize this program to your language.
  36. See file `BACKLOG' for a summary of pending mail and articles.
  37. See file `COPYING' for copying conditions.
  38. See file `INSTALL' for compilation and installation instructions.
  39. See file `NEWS' for a list of major changes in the current release.
  40. See file `THANKS' for a list of contributors.
  41.  
  42. Jan Djarv takes care of the man pages, otherwise unsupported, and
  43. their installation is kept separate from `make install'.  You use
  44. `make install-man' for them.  Better think GNU and switch to Info.
  45.  
  46. Your feedback will help us to make a better and more portable
  47. product.  Mail suggestions and bug reports (including documentation
  48. errors) for this program to `bug-gnu-utils@prep.ai.mit.edu'.
  49.